home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / selword.ma_ / selword.MAK
Encoding:
Text File  |  1995-03-05  |  333 b   |  12 lines

  1. #----------------------
  2. # SELWORD.MAK make file
  3. #----------------------
  4.  
  5. selword.dll : selword.obj selword.def
  6.      link selword ewapi2.lib, selword.dll /align:16, NUL, /noe /nod sdllcew libw, selword
  7.      rc selword.dll
  8.      ren selword.dll selword.ewd
  9.  
  10. selword.obj : selword.c
  11.      cl -c -ASw -Gsw -Ow -W2 -Zp selword.c
  12.